wayland: Fix build
authorCarlos Garnacho <carlosg@gnome.org>
Fri, 22 Jul 2016 18:58:55 +0000 (20:58 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 22 Jul 2016 18:58:55 +0000 (20:58 +0200)
Missing include pointing to tablet-unstable-v1-client-protocol.h,
pays me for not testing on a clean checkout.

gdk/wayland/gdkdisplay-wayland.h

index 03cf1d4f64b304de233023029b5793526b2ec194..4da0291a741f7e94e31bea0c1f9099137d59d31c 100644 (file)
@@ -27,7 +27,7 @@
 #include <wayland-client.h>
 #include <wayland-cursor.h>
 #include <wayland-egl.h>
-#include <gdk/wayland/tablet-unstable-v1-client-protocol.h>
+#include <gdk/wayland/tablet-unstable-v2-client-protocol.h>
 #include <gdk/wayland/gtk-shell-client-protocol.h>
 #include <gdk/wayland/xdg-shell-unstable-v5-client-protocol.h>